home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / sockdem.zip / _SETUP.1 / sockets.clw < prev    next >
Text File  |  1997-06-19  |  2KB  |  96 lines

  1. ; CLW file contains information for the MFC ClassWizard
  2.  
  3. [General Info]
  4. Version=1
  5. LastClass=CSocketsDlg
  6. LastTemplate=CDialog
  7. NewFileInclude1=#include "stdafx.h"
  8. NewFileInclude2=#include "sockets.h"
  9.  
  10. ClassCount=3
  11. Class1=CSocketsApp
  12. Class2=CSocketsDlg
  13. Class3=CAboutDlg
  14.  
  15. ResourceCount=5
  16. Resource1=IDD_ABOUTBOX
  17. Resource2=IDR_MAINFRAME
  18. Resource3=IDD_SOCKETS_DIALOG
  19. Resource4=IDD_ABOUTBOX (English (U.S.))
  20. Resource5=IDD_SOCKETS_DIALOG (English (U.S.))
  21.  
  22. [CLS:CSocketsApp]
  23. Type=0
  24. HeaderFile=sockets.h
  25. ImplementationFile=sockets.cpp
  26. Filter=N
  27.  
  28. [CLS:CSocketsDlg]
  29. Type=0
  30. HeaderFile=socketsDlg.h
  31. ImplementationFile=socketsDlg.cpp
  32. Filter=D
  33. BaseClass=CDialog
  34. VirtualFilter=dWC
  35. LastObject=IDC_EdTX
  36.  
  37. [CLS:CAboutDlg]
  38. Type=0
  39. HeaderFile=socketsDlg.h
  40. ImplementationFile=socketsDlg.cpp
  41. Filter=D
  42.  
  43. [DLG:IDD_ABOUTBOX]
  44. Type=1
  45. ControlCount=4
  46. Control1=IDC_STATIC,static,1342177283
  47. Control2=IDC_STATIC,static,1342308352
  48. Control3=IDC_STATIC,static,1342308352
  49. Control4=IDOK,button,1342373889
  50. Class=CAboutDlg
  51.  
  52.  
  53. [DLG:IDD_SOCKETS_DIALOG]
  54. Type=1
  55. ControlCount=3
  56. Control1=IDOK,button,1342242817
  57. Control2=IDCANCEL,button,1342242816
  58. Control3=IDC_STATIC,static,1342308352
  59. Class=CSocketsDlg
  60.  
  61. [DLG:IDD_SOCKETS_DIALOG (English (U.S.))]
  62. Type=1
  63. Class=CSocketsDlg
  64. ControlCount=21
  65. Control1=IDC_STATIC,button,1342177287
  66. Control2=IDC_STATIC,static,1342308363
  67. Control3=IDC_EDIT1,edit,1350639744
  68. Control4=IDC_STATIC,static,1342308363
  69. Control5=IDC_EDIT2,edit,1350639744
  70. Control6=IDC_STATIC,button,1342177287
  71. Control7=IDC_EDIT4,edit,1350631552
  72. Control8=IDC_BUTTON1,button,1342242816
  73. Control9=IDC_EdTX,edit,1352728644
  74. Control10=IDC_EdRX,edit,1352728644
  75. Control11=IDOK,button,1342242817
  76. Control12=IDCANCEL,button,1342242816
  77. Control13=IDC_WINSOCK1,{248DD896-BB45-11CF-9ABC-0080C7E7B78D},1342242816
  78. Control14=IDC_STATIC,static,1350569987
  79. Control15=IDC_EDIT3,edit,1350762624
  80. Control16=IDC_STATIC,button,1342308359
  81. Control17=IDC_EDIT5,edit,1350762624
  82. Control18=IDC_EDIT6,edit,1350631552
  83. Control19=IDC_STATIC,button,1342177287
  84. Control20=IDC_STATE,edit,1350631552
  85. Control21=IDC_Send,button,1342242816
  86.  
  87. [DLG:IDD_ABOUTBOX (English (U.S.))]
  88. Type=1
  89. Class=CAboutDlg
  90. ControlCount=4
  91. Control1=IDC_STATIC,static,1342177283
  92. Control2=IDC_STATIC,static,1342308480
  93. Control3=IDC_STATIC,static,1342308352
  94. Control4=IDOK,button,1342373889
  95.  
  96.